<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.topmenu .menu, .ux-menu-container {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 10px;
    line-height: 45px;    
    float: left;
    height: 45px;
    padding: 0px 0px 0px 0px;    
    list-style-type: none;
}

.ux-menu-item-main {
    border: 0px solid !important;
    background: transparent !important;        
}

.ux-menu a {
    border: 0px solid !important;
    background: transparent !important;     
    color:#fff  !important; 
    font-size: 14px  !important;
    font-weight: bold !important;
    text-transform: uppercase  !important;      
}

.ux-menu-arrow 
{
    display: none;
}
.ux-menu a:hover {
    border: 0px solid !important;
    background: #505720 !important;     
    color:#fff;
    font-size: 14px;
    text-transform: uppercase;     
}

.ux-menu a:hover.current {
    border: 0px solid !important;
    background: #505720 !important;      
} 

.ux-menu a.current {
    background: #505720 !important;      
}
 
.ux-menu-sub
{
    width: auto !important;     
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
   
    -webkit-box-shadow: #666 0px 20px 20px;
    -moz-box-shadow: #666 0px 2px 20px;
    box-shadow: #666 0px 2px 20px;
                
    behavior: url(PIE.htc);
}

.ux-menu-sub a{
    background: #747e2c !important;  
    width: 180px;
  	opacity: 0.9;
  	filter: alpha(opacity=90);
  	-moz-opacity: 0.9;
  	-khtml-opacity: 0.9;
    line-height: 20px !important;
    padding: 5px 25px 5px 25px !important;                
    font-size: 12px !important;     
}

.ux-menu-sub li {
    width: 100% !important;  
}

.topmenu a, .ux-menu a {
    color:#fff;
    font-size: 14px;

    text-decoration: none;
    font-weight: bold;
    padding: 0px 19px 0px 19px;
    float: left;
    line-height: 45px;
    display: block;
}

.topmenu a:hover {
    background: #505720; 
}</pre></body></html>